home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / chat / cb.arc / CB_SITE.CFG < prev    next >
Text File  |  1990-07-07  |  3KB  |  87 lines

  1. **********************************************************************
  2. *
  3. * This is the configuration file for the entire site. This should
  4. * be placed in the system's DOS search path such that it will be found
  5. * when the program is run by any user. The best place to keep this
  6. * file is in the same directory as the executable program CB.EXE.
  7. *
  8. * This file should define site-wide items like the default channel
  9. * assignments, the default refresh rate, etc. It should not define
  10. * those things which are user-specific, like a registration number.
  11. *
  12. * Items defined here can be overridden by corresponding entries in
  13. * each user's individual configuration file "CB_USER.CFG".
  14. *
  15. **********************************************************************
  16.  
  17. *
  18. *    The following defines whether the introductory copyright screen
  19. *    will be displayed until you press a key. Note that this only
  20. *    applies if this is a registered copy of the software. If there
  21. *    is something wrong with the registration number, then the
  22. *    initial copyright screen will be displayed (explaining the
  23. *    problem) regardless of the setting of this variable.
  24. *
  25.  
  26. Copyright=No
  27.  
  28. *
  29. *    Set the following to the number of seconds between checks
  30. *    for new messages. If you are running on a fast network, then
  31. *    make this number small (say 1 or 2). If your network is
  32. *    slow, then bump this up to 4 or more.
  33. *
  34.  
  35. Refresh=4
  36.  
  37. *
  38. *    Set the following to the DOS command which is used to page
  39. *    a network user who is not currently on CB. Use "\N" in
  40. *    this line for any place where the network name of the paged
  41. *    user should appear.
  42. *
  43.  
  44. Page=SEND "You are wanted on the CB!" TO \N >NUL
  45.  
  46. *
  47. *    Set the following to the name of a network directory under
  48. *    which CB should look for its files. This directory must be
  49. *    accessible to all users of CB, and everybody should have
  50. *    full permissions to this directory and all files under it.
  51. *    This MUST include the trailing '\' character!
  52. *
  53.  
  54. Directory=.\
  55.  
  56. *
  57. *    Names of (and implied uses for) the various CB Channels.
  58. *    Change these to whatever is meaningful to you.
  59. *
  60.  
  61. Channel 01=Initial Rendezvous
  62. Channel 02=Unassigned
  63. Channel 03=Unassigned
  64. Channel 04=Unassigned
  65. Channel 05=Unassigned
  66. Channel 06=Unassigned
  67. Channel 07=Unassigned
  68. Channel 08=Unassigned
  69. Channel 09=Emergency Communications
  70. Channel 10=Unassigned
  71. Channel 11=Unassigned
  72. Channel 12=Unassigned
  73. Channel 13=Unassigned
  74. Channel 14=Unassigned
  75. Channel 15=Unassigned
  76. Channel 16=Unassigned
  77. Channel 17=Unassigned
  78. Channel 18=Unassigned
  79. Channel 19=General Communications
  80.  
  81. *
  82. *    The following can be set to "Yes" or "No" to allow or suppress beeps
  83. *    and things.
  84. *
  85.  
  86. Sound=No
  87.